Accusoft.ImagXpress13.Net
ImageXIptcData Constructor(Byte,Byte,Int64,Byte[])




A byte value which represents the record.
A byte value which represents the data set.
An integer which represents the type of data set.
An byte array which contains the data.
Initializes a new instance of the ImageXIptcData class.
Syntax
public ImageXIptcData( 
   byte record,
   byte dataSet,
   long dataSetType,
   byte[] data
)
public: ImageXIptcData( 
   byte record,
   byte dataSet,
   long dataSetType,
   byte[]* data
)
public:
ImageXIptcData( 
   byte record,
   byte dataSet,
   int64 dataSetType,
   array<byte>^ data
)
'Declaration
 
Public Function New( _
   ByVal record As Byte, _
   ByVal dataSet As Byte, _
   ByVal dataSetType As Long, _
   ByVal data() As Byte _
)
 
'Usage
 
Dim record As Byte
Dim dataSet As Byte
Dim dataSetType As Long
Dim data() As Byte
 
Dim instance As New ImageXIptcData(record, dataSet, dataSetType, data)

Parameters

record
A byte value which represents the record.
dataSet
A byte value which represents the data set.
dataSetType
An integer which represents the type of data set.
data
An byte array which contains the data.
Remarks

Note: Available in Professional edition.

See Also

Reference

ImageXIptcData Class
ImageXIptcData Members
Overload List

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback